Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dockerfile #59

Closed
wants to merge 1 commit into from
Closed

add dockerfile #59

wants to merge 1 commit into from

Conversation

kiddo3
Copy link

@kiddo3 kiddo3 commented Oct 3, 2020

Related to #56

@mattrossman
Copy link

mattrossman commented Oct 26, 2020

I think this dockerfile is missing some steps. Upon starting an interactive session in the container, I see the twee2 command doesn't exist. I had to first run:

bundle install
gem build twee2.gemspec
gem install ./twee2-0.5.0.gem

But then when I tried running twee2 I received the error:

You must use Bundler 2 or greater with this lockfile.

It seems there were multiple versions of bundler installed (the one in Gemfile.lock was v2.1, the one in the .gemspec was v1.6) so I had to delete the lockfile.

All that stuff should be handled in the dockerfile, and I believe the twee2 command should be set as the ENTRYPOINT

@kiddo3 kiddo3 closed this Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants